+Fri Jun 18 21:20:42 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/tmpl/gtktreemodelfilter.sgml: Fix the docs for
+ GtkTreeModelFilterVisibleFunc (#144583, Olivier Andrieu)
+
Mon May 31 00:16:36 2004 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtktable.sgml: Document the default attach
A function which decides whether the row indicated by @iter is visible.
</para>
-@model: the #GtkTreeModelFilter
-@iter: a #GtkTreeIter pointing to the row whose visibility is determined
+@model: the child model of the #GtkTreeModelFilter
+@iter: a #GtkTreeIter pointing to the row in @model whose visibility
+ is determined
@data: user data given to gtk_tree_model_filter_set_visible_func()
@Returns: Whether the row indicated by @iter is visible.